Don't activate GtkExpander if mouse dragged away
authorPhilip Chimento <philip.chimento@gmail.com>
Thu, 22 Aug 2013 05:03:02 +0000 (22:03 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 17 Sep 2013 02:43:02 +0000 (22:43 -0400)
commitc298c7accef0fad63a54ca51059f4c4aac5583b1
treedd2c84f8ddb984c76b651431e4b89768799ae5b7
parentf503d4debdf209ea107348a741ca550aed067459
Don't activate GtkExpander if mouse dragged away

Previously, when you clicked and held the button down on a
GtkExpander's label or disclosure triangle, then moved the mouse
away and released the button, the expander would still activate.
This brings the behavior in line with the more generally expected
behavior, as exhibited by GtkButton for example.

https://bugzilla.gnome.org/show_bug.cgi?id=706345
gtk/gtkexpander.c